Merged
Conversation
…ational components for orchestration integration. Includes tests, API contracts, and fixtures for `start`, `stop`, `inspect`, and `subscribe_events`.
Introduce `RunLogs`, `NodeInspector`, `RunsList`, and `RunGraph` components. These components provide run inspection, stage details, event logs, and graph visualization functionalities, preparing the UI for integration with the orchestration backend.
…untime client. Integrate `rollingEventsPerSec` utilities, add sparklines, adjust stage colors, extend metrics, and update runtime API with improved error handling and dependencies.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces the initial project structure, documentation, and example code for the
void-controlorchestration layer. It establishes clear guidelines for repository organization, coding style, and testing, and provides specifications for integration and runtime contracts with thevoid-boxexecution environment. The most important changes are grouped below by theme.Project Initialization and Structure
Cargo.tomlwith package metadata, features, and dependencies for Rust-based development.README.mddescribing the project purpose, components, and quick start instructions for running tests, UI, and bridge mode.AGENTS.mdwith repository guidelines covering project structure, build/test commands, coding style, and commit/PR conventions.Documentation and Specifications
spec/:void-box-orchestration-integration-changes-v0.1.md: Defines API and runtime changes required for controller integration.void-box-execution-telemetry-observability-v0.1.md: Specifies event and telemetry contracts for UI observability.void-box-orchestration-fixes-v0.1.md: Documents fixes for cancel idempotency and timeout enforcement.Examples and Fixtures
examples/normalize_void_box_run.rs,examples/normalize_void_box_json.rs). [1] [2]fixtures/sample.vbrun,fixtures/voidbox_run_success.json,fixtures/voidbox_run_events_success.json,fixtures/voidbox_run_bad_seq.json,fixtures/voidbox_run_unknown_event.json). [1] [2] [3] [4] [5]